NavigationEntry

data class NavigationEntry(id: Int, url: String, userTypedURL: String, title: String, transitionType: TransitionType)

Navigation history entry.

Constructors

NavigationEntry
Link copied to clipboard
fun NavigationEntry(id: Int, url: String, userTypedURL: String, title: String, transitionType: TransitionType)

Properties

id
Link copied to clipboard
val id: Int
Unique id of the navigation history entry.
title
Link copied to clipboard
val title: String
Title of the navigation history entry.
transitionType
Link copied to clipboard
val transitionType: TransitionType
Transition type.
url
Link copied to clipboard
val url: String
URL of the navigation history entry.
userTypedURL
Link copied to clipboard
val userTypedURL: String
URL that the user typed in the url bar.

Sources

jvm source
Link copied to clipboard